From: Paul Mundt Date: Thu, 31 Jul 2008 07:24:19 +0000 (+0900) Subject: net: stnic: Fix up fallout from SH header migration. X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~26821^2~22 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=26a8ef5326e390d89290822fb1f4fcf16845fd84;p=linux-4.9.git net: stnic: Fix up fallout from SH header migration. asm/se.h moved to mach-se/mach/se.h, update the path. We could use mach/se.h here also, but it's preferable to be explicit when there's only a single supported mach-type. Signed-off-by: Paul Mundt --- diff --git a/drivers/net/stnic.c b/drivers/net/stnic.c index b65be5d70fec..2ed0bd596815 100644 --- a/drivers/net/stnic.c +++ b/drivers/net/stnic.c @@ -19,7 +19,7 @@ #include #include -#include +#include #include #ifdef CONFIG_SH_STANDARD_BIOS #include